home *** CD-ROM | disk | FTP | other *** search
-
- /*
- * This file was generated by the SOM Compiler.
- * FileName: Locrian:WWDCSun:C:FocusItr.h.
- * Generated using:
- * SOM Precompiler somipc: somc/smemit.c
- * SOM Emitter emith.dll: somc/smmain.c
- */
-
- /*
- *
- * Classes defined in this interface
- *
- */
-
-
- #ifndef SOM_ODFocusSetIterator_h
- #define SOM_ODFocusSetIterator_h
-
-
- #include <som.h>
-
- /*
- * -- This emitter treats Method Tokens as Thunks by default
- * -- Use the sc modifier "nothunks" to change this default
- */
- #undef somresolve_
- #define somresolve_(obj,mToken) ((somMethodProc*)((void)obj, mToken))
-
- /*
- * Define the class name as an object type
- */
- #ifndef ODFocusSetIterator
- #define ODFocusSetIterator SOMObject
- #endif
- #include <ODObject.h>
-
- /*
- * Start of user-defined types:
- */
- #ifndef ODExtension
- #define ODExtension SOMObject
- #endif /* ODExtension */
- #ifndef ODFocusSet
- #define ODFocusSet SOMObject
- #endif /* ODFocusSet */
-
- /*
- * End of user-defined types.
- */
-
- #define ODFocusSetIterator_MajorVersion 0
- #define ODFocusSetIterator_MinorVersion 0
-
- /*
- * External name shortening if required
- */
- #ifdef SOM_USE_SHORT_EXTERNAL_NAMES
- #define ODFocusSetIteratorNewClass c
- #define ODFocusSetIteratorClassData d
- #define ODFocusSetIteratorCClassData x
- #endif /* SOM_USE_SHORT_EXTERNAL_NAMES */
- /*--------------Migration------------*/
- #define ODFocusSetIterator_classObj ODFocusSetIteratorClassData.classObject
- #define _ODFocusSetIterator ODFocusSetIterator_classObj
-
- /*
- * Declare the class creation procedure
- */
-
- #if applec ^ PRAGMA_LIB_EXPORT
- #pragma lib_export on
- #endif
-
- SOMEXTERN SOMClass * SOMLINK ODFocusSetIteratorNewClass(integer4 somtmajorVersion,
- integer4 somtminorVersion);
-
- /*
- * Declare the class data structure
- */
- SOMEXTERN struct ODFocusSetIteratorClassDataStructure {
- SOMAny *classObject;
- somMToken First;
- somMToken Next;
- somMToken IsNotComplete;
- somMToken InitFocusSetIterator;
- }
- #ifdef SOM_NO_DATA_EXPORTS
- * ODFocusSetIteratorGetClassData ( void );
- # undef ODFocusSetIteratorClassData
- # define ODFocusSetIteratorClassData (*ODFocusSetIteratorGetClassData())
- #else
- ODFocusSetIteratorClassData;
- #endif /* SOM_NO_DATA_EXPORTS */
-
- #if applec ^ PRAGMA_LIB_EXPORT
- #pragma lib_export off
- #endif
-
-
- /*
- * Declare the C specific class data structure
- */
- SOMEXTERN struct ODFocusSetIteratorCClassDataStructure {
- somMethodTabs parentMtab;
- somDToken instanceDataToken;
- } ODFocusSetIteratorCClassData;
-
- /*
- * New and Renew macros for ODFocusSetIterator
- */
- #define ODFocusSetIteratorNew() \
- ( ( ! (ODFocusSetIteratorClassData.classObject) && \
- (ODFocusSetIteratorNewClass(ODFocusSetIterator_MajorVersion, ODFocusSetIterator_MinorVersion)) ), \
- (_somNew(ODFocusSetIteratorClassData.classObject)) )
- #define ODFocusSetIteratorRenew(buf) \
- ( _somRenew(ODFocusSetIteratorClassData.classObject, buf) )
-
- /*
- * Override method: somInit
- */
- #define ODFocusSetIterator_somInit(somSelf) \
- SOMObject_somInit(somSelf)
-
- /*
- * Override method: somUninit
- */
- #define ODFocusSetIterator_somUninit(somSelf) \
- SOMObject_somUninit(somSelf)
-
- /*
- * New Method: First
- */
- typedef ODTypeToken (SOMLINK *somTD_ODFocusSetIterator_First)(ODFocusSetIterator *somSelf, Environment *ev);
- #define somMD_ODFocusSetIterator_First "::ODFocusSetIterator::First"
- #define ODFocusSetIterator_First(somSelf,ev) \
- (SOM_Resolve(somSelf, ODFocusSetIterator, First) \
- (somSelf,ev))
- #ifndef SOMGD_First
- #if (defined(_First) || defined(__First))
- #undef _First
- #undef __First
- #define SOMGD_First 1
- #else
- #define _First ODFocusSetIterator_First
- #endif /* _First */
- #endif /* SOMGD_First */
-
- /*
- * New Method: Next
- */
- typedef ODTypeToken (SOMLINK *somTD_ODFocusSetIterator_Next)(ODFocusSetIterator *somSelf, Environment *ev);
- #define somMD_ODFocusSetIterator_Next "::ODFocusSetIterator::Next"
- #define ODFocusSetIterator_Next(somSelf,ev) \
- (SOM_Resolve(somSelf, ODFocusSetIterator, Next) \
- (somSelf,ev))
- #ifndef SOMGD_Next
- #if (defined(_Next) || defined(__Next))
- #undef _Next
- #undef __Next
- #define SOMGD_Next 1
- #else
- #define _Next ODFocusSetIterator_Next
- #endif /* _Next */
- #endif /* SOMGD_Next */
-
- /*
- * New Method: IsNotComplete
- */
- typedef ODBoolean (SOMLINK *somTD_ODFocusSetIterator_IsNotComplete)(ODFocusSetIterator *somSelf, Environment *ev);
- #define somMD_ODFocusSetIterator_IsNotComplete "::ODFocusSetIterator::IsNotComplete"
- #define ODFocusSetIterator_IsNotComplete(somSelf,ev) \
- (SOM_Resolve(somSelf, ODFocusSetIterator, IsNotComplete) \
- (somSelf,ev))
- #ifndef SOMGD_IsNotComplete
- #if (defined(_IsNotComplete) || defined(__IsNotComplete))
- #undef _IsNotComplete
- #undef __IsNotComplete
- #define SOMGD_IsNotComplete 1
- #else
- #define _IsNotComplete ODFocusSetIterator_IsNotComplete
- #endif /* _IsNotComplete */
- #endif /* SOMGD_IsNotComplete */
- #ifndef SOM_DONT_USE_INHERITED_MACROS
- #define ODFocusSetIterator_InitObject ODObject_InitObject
- #define ODFocusSetIterator_IsInitialized ODObject_IsInitialized
- #define ODFocusSetIterator_HasExtension ODObject_HasExtension
- #define ODFocusSetIterator_GetExtension ODObject_GetExtension
- #define ODFocusSetIterator_ReleaseExtension ODObject_ReleaseExtension
- #define ODFocusSetIterator_Purge ODObject_Purge
- #define ODFocusSetIterator_SubClassResponsibility ODObject_SubClassResponsibility
- #define ODFocusSetIterator_somFree SOMObject_somFree
- #define ODFocusSetIterator_somGetClass SOMObject_somGetClass
- #define ODFocusSetIterator_somGetClassName SOMObject_somGetClassName
- #define ODFocusSetIterator_somGetSize SOMObject_somGetSize
- #define ODFocusSetIterator_somIsA SOMObject_somIsA
- #define ODFocusSetIterator_somIsInstanceOf SOMObject_somIsInstanceOf
- #define ODFocusSetIterator_somRespondsTo SOMObject_somRespondsTo
- #define ODFocusSetIterator_somDispatchV SOMObject_somDispatchV
- #define ODFocusSetIterator_somDispatchL SOMObject_somDispatchL
- #define ODFocusSetIterator_somDispatchA SOMObject_somDispatchA
- #define ODFocusSetIterator_somDispatchD SOMObject_somDispatchD
- #define ODFocusSetIterator_somDispatch SOMObject_somDispatch
- #define ODFocusSetIterator_somClassDispatch SOMObject_somClassDispatch
- #define ODFocusSetIterator_somPrintSelf SOMObject_somPrintSelf
- #define ODFocusSetIterator_somDumpSelf SOMObject_somDumpSelf
- #define ODFocusSetIterator_somDumpSelfInt SOMObject_somDumpSelfInt
- #endif /* SOM_DONT_USE_INHERITED_MACROS */
-
- #endif /* SOM_ODFocusSetIterator_h */
-